treeview: Don't show missing images
authorMatthias Clasen <mclasen@redhat.com>
Sat, 17 May 2014 19:32:54 +0000 (15:32 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 17 May 2014 19:32:54 +0000 (15:32 -0400)
commit4f830fb117fb11953a03e5eab765543884ff610b
treea98442a32dd51e004f4ef2a781a4490669f85e48
parentdf61db6dbc99259033dea81727e03a8b0b6d4c2b
treeview: Don't show missing images

When a model is sortable, but the the column is not currently used
for sorting, we want to reserve the space for showing the sort
indicator. But we currently set the icon to 'missing-image', which
is not great to show all over the place. So, just set the opacity
to 0.
gtk/gtktreeviewcolumn.c